home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / ViewerTest / ViewerTest README < prev    next >
Encoding:
Text File  |  1995-12-05  |  2.3 KB  |  65 lines  |  [TEXT/R*ch]

  1. ViewerTest
  2. A simple QuickDraw3D viewer
  3.  
  4. ©1995 Theron Trowbridge
  5. About Box art ©1995 David Ehlers
  6.  
  7.  
  8. WHAT IT IS
  9.  
  10. This is a simple viewer that I wrote as a way of learning the basics of QuickDraw 3D.  My plan was to integrate this into a HyperCard XCMD.
  11.  
  12.  
  13. WHAT IT DOES
  14.  
  15. It opens a 3DMF file and displays the contents of it with the 3D viewer that is built-in to QuickDraw 3D.
  16.  
  17.  
  18. WHAT IT NEEDS
  19.  
  20. As this application uses QuickDraw 3D, it will only run on a PowerMac with QuickDraw 3D installed.  This is a CodeWarrior 7 project.  To compile the application, you will need the QuickDraw 3D libraries.  These are freely available from Apple.
  21.  
  22.  
  23. WHAT IT IS NOT
  24.  
  25. This is far from a full-featured application.  There are many basic features missing, including:
  26. •    Support for multiple windows
  27. •    Edit menu functions (Cut, Copy, Paste) which should be easy to implement
  28. •    Options for changing the renderer and basic settings
  29. •    Support for the required AppleEvents
  30.  
  31.  
  32. KNOWN PROBLEM
  33.  
  34. Right now, the application puts up the about dialog box when the program is launched because if it tries to open a viewer before displaying this dialog box, the 3D model will not appear!  I have no idea why this is.
  35.  
  36.  
  37. WHY I DID THIS
  38.  
  39. This should be viewed as a learning exercise.  Hopefully, it can be be educational to somebody else.  I know I learned a lot by doing it.
  40.  
  41.  
  42. WHO I AM
  43.  
  44. My name is Theron Trowbride, and I work at Philips designing video games for a living.  Programming is a hobby, not my job.  I do this sort of thing on my free time.
  45.  
  46. I can be reached by e-mail: theron@aimla.com
  47.  
  48. I can be reached by snail mail:
  49. Theron Trowbridge
  50. 3685 Jasmine Ave. #19
  51. Los Angeles, CA 90034
  52.  
  53.  
  54. LEGAL STUFF
  55.  
  56. This application and project ©1995 Theron Trowbridge.  Some parts © Apple Computer and MetroWerks.
  57.  
  58. Although I control the copyright on the application and source code IN THEIR UNMODIFIED FORM, use is mostly unrestricted.
  59.  
  60. You are invited and encouraged to use any or all of this source code in your own project.
  61.  
  62. If you use this project as a basis for another application, replace my name and about box artwork with your own.  Please include mention of my name as the creator of the original.  And please send me a copy.  I claim no rights to any derivative work.
  63.  
  64. This project and application may be included on any CD-ROM collection, but please let me know it is being included.  A copy of the CD-ROM would be nice, too.
  65.